Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.user.center.notification.actions

Contributions

XML Source

<component name="org.nuxeo.ecm.user.center.notification.actions">

  <extension target="org.nuxeo.ecm.platform.actions.ActionService"
    point="actions">

    <action id="Notification" link="/incl/notification/user_subscriptions.xhtml" label="user.center.notification" order="40" icon="/icons/notifications.png">
      <category>USER_CENTER</category>
      <filter-id>not_anonymous</filter-id>
    </action>

  </extension>

</component>